adTempus API
|
Gets the log messages for this instance
HRESULT GetEvents(long options, [out,retval] ILogEvents ** pVal);
GetEvents(long options, [out,retval] ILogEvents * pVal);
Sub GetEvents(options As long, pVal As [out,retval] ILogEvents *)
GetEvents gets all LogEvent records associated with this instance. The data is refreshed from the server if necessary to get the latest information.
The collection contains messages recorded at the job and the step level.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|